@charset "utf-8"; /* css 重置 */
.caseScroll * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.caseScroll img {
    border: 0;
    vertical-align: bottom;
}

.caseScroll a {
    text-decoration: none;
}

.caseScroll .tempWrap {
    margin: 0 auto;
}

/* 本例子css */
.caseScroll {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}

.caseScroll .hd {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
}

.caseScroll .bd a.prev, .caseScroll .bd a.next {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    cursor: pointer;
    background: url(/template/images/bt_35.png) no-repeat;
    top: 135px;
    z-index: 500;
}

.caseScroll .bd a.prev {
    left: -50px;
    background-position-x: -64px;
}

.caseScroll .bd a.prev:hover {
    background-position-x: 0;
}

.caseScroll .bd a.next {
    right: -50px;
    background-position-x: -128px;
}

.caseScroll .bd a.next:hover {
    background-position-x: -192px;
}

.caseScroll .hd ul {
    overflow: hidden;
    zoom:1; margin: 0 auto;
    margin-top: 10px;
    width: 100px;
}

.caseScroll .hd ul li {
    background: #e50202;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.caseScroll .hd ul li.on {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: relative;
    top: 0;
}

.caseScroll .bd ul {
    overflow: hidden;
    zoom:1; }

.caseScroll .bd ul li {
    margin: 0px 13px;
    float: left;
    _display: inline;
    text-align: center;
    width: 285px;
    border-radius: 13px;
    overflow: hidden;
}

.caseScroll .picList a {
    position: relative;
    display: block;
    border-radius: 13px;
    color: #fff;
}

.caseScroll .picList li a img {
    display: block;
}

.caseScroll .picList li a span {
}


.caseScroll .picList a .box {
    position: absolute;
    top: 266px;
    width: 100%;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
}

.caseScroll .picList a .box .s1 {
    background: url(/template/images/caseBj.png) no-repeat center left;
    min-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 0 29px;
    padding-top: 50px;
}


.caseScroll .picList a:hover {
}

.caseScroll .picList a:hover .box {
    top: 0;
    background: url(/template/images/caseBj2.png) no-repeat center top;
    min-height: 356px;
}

.caseScroll .picList a:hover .box .s1 {
    background: url(/template/images/line6.png) no-repeat center bottom;
    padding-bottom: 3px;
}

.caseScroll .picList li a:hover span {
    background: url(/template/images/jia.png) no-repeat center right;
}

.caseScroll .picList a .box .s2 {
    padding: 0px 20px;
    padding-top: 15px;
}